home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_sz / size < prev    next >
Text File  |  1994-02-21  |  529b  |  20 lines

  1. size:
  2.  
  3. Syntax:    size ( A )
  4.  
  5. Description:
  6.     
  7.     The size function returns the size of the argument. 
  8.  
  9.           NUMERIC: size returns a matrix whose 1st element is the number
  10.          of rows, and whose 2nd element is the number of columns.
  11.  
  12.     STRING:  size returns a matrix whose 1st element is the number
  13.          of rows, and whose 2nd element is the number of
  14.          columns. If the length of a particular string is
  15.          desired, then the length function must be used.
  16.  
  17.     LIST:      size returns the number of elements in the list.
  18.  
  19. See Also: length, show
  20.